chore: release v2.1.0 - #30
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
release-plz-2026-09-09T20-44-48Z
branch
4 times, most recently
from
September 9, 2026 23:31
fb07530 to
7e70e4e
Compare
github-actions
Bot
force-pushed
the
release-plz-2026-09-09T20-44-48Z
branch
from
September 10, 2026 01:50
7e70e4e to
2c0c5b1
Compare
A minor, not a patch: this adds public items and moves none, and
cargo-semver-checks agrees ("API compatible changes"). No override was needed,
unlike 2.0.5.
Added since 2.0.5:
- `--cfg ra_segment_size="256k"`, for a firmware whose allocation unit is tens
of kilobytes. Reported from rusty_zstd: a 64 KiB block cost two segments, so
a 256 KiB region served one and refused the second with 192 KiB free. The
flag packs three into one segment, measured on the board.
- `prim::fixed::LARGEST_SHARED_ALLOC`, `dedicated_segments(size)` and
`region_for_allocs(size, count)`, so that ceiling is a compile-time answer.
- `prim::fixed::region_capacity()`, because free BYTES hide the constraint that
actually fails the allocation and free SEGMENTS do not.
- `prim::fixed::PrimError`, re-exported so the whole fixed-region recipe is
reachable from one path (rusty_RTOS's allocator seam, brick B3).
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Ttimmahlax
force-pushed
the
release-plz-2026-09-09T20-44-48Z
branch
from
September 10, 2026 02:17
2c0c5b1 to
9cf59b6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 New release
rusty_alloc: 2.0.5 -> 2.1.0 (✓ API compatible changes)rusty_alloc-api: 2.0.5 -> 2.1.0 (✓ API compatible changes)Changelog
rusty_allocrusty_alloc-apiThis PR was generated with release-plz.